home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CUCD
/
Magazine
/
C_Tutorial
/
Part-11
/
req3
/
gui.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-10-26
|
153b
|
10 lines
#ifndef GUI_H
#define GUI_H
#include<exec/types.h>
int openGUI(UBYTE depth, UWORD width, UWORD height, ULONG displayid);
void closeGUI(void);
#endif